From 622ed3c0df720e8fb11c0b03de0b3f604160ef9e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 18 Jul 2009 17:16:49 +0000 Subject: [PATCH] Revert last change in the branch. --- lisp/gnus/nnrss.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lisp/gnus/nnrss.el b/lisp/gnus/nnrss.el index cf59c81a796..051723d9d94 100644 --- a/lisp/gnus/nnrss.el +++ b/lisp/gnus/nnrss.el @@ -310,11 +310,7 @@ used to render text. If it is nil, text will simply be folded.") "<#/part>\n" "<#/multipart>\n")) (condition-case nil - ;; Allow `mml-to-mime' to generate MIME article without - ;; making inquiry to a user for unknown encoding. - (let ((mml-confirmation-set - (cons 'unknown-encoding mml-confirmation-set))) - (mml-to-mime)) + (mml-to-mime) (error (erase-buffer) (insert header -- 2.30.2